Content Understanding (preview:2025-05-01)

2025/05/19 • 37 new methods

ContentAnalyzers_GetResult (new)
Description Get the result of an analysis operation.
Reference Link ¶

⚼ Request

GET:  /analyzerResults/{operationId}
{
api-version: string ,
operationId: string ,
}

⚐ Response (200)

{
id: string ,
status: enum ,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
result:
{
analyzerId: string ,
apiVersion: string ,
createdAt: string ,
warnings:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
]
,
stringEncoding: enum ,
contents:
[
{
kind: enum ,
mimeType: string ,
category: string ,
path: string ,
markdown: string ,
fields: object ,
}
,
]
,
}
,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
}
,
}
ContentAnalyzers_GetResultFile (new)
Description Get a file associated with the result of an analysis operation.
Reference Link ¶

⚼ Request

GET:  /analyzerResults/{operationId}/files/{path}
{
api-version: string ,
operationId: string ,
path: string ,
}

⚐ Response (200)

{
$schema: file ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
}
,
}
ContentAnalyzers_List (new)
Description List analyzers.
Reference Link ¶

⚼ Request

GET:  /analyzers
{
api-version: string ,
x-ms-client-request-id: string ,
}

⚐ Response (200)

{
$headers:
{
x-ms-client-request-id: string ,
}
,
$schema:
{
value:
[
{
analyzerId: string ,
description: string ,
tags: object ,
status: enum ,
createdAt: string ,
lastModifiedAt: string ,
warnings:
[
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
]
,
baseAnalyzerId: string ,
config:
{
returnDetails: boolean ,
locales:
[
string ,
]
,
enableFace: boolean ,
personDirectoryId: string ,
enableOcr: boolean ,
enableLayout: boolean ,
tableFormat: